Skip to content

fix(web): center logo in sidebar header#2693

Open
Yash121l wants to merge 1 commit into
pingdotgg:mainfrom
Yash121l:main
Open

fix(web): center logo in sidebar header#2693
Yash121l wants to merge 1 commit into
pingdotgg:mainfrom
Yash121l:main

Conversation

@Yash121l
Copy link
Copy Markdown

@Yash121l Yash121l commented May 14, 2026

What Changed

Added justify-center to the logo link in SidebarChromeHeader.

One class. One line changed.

Why

I use T3 Code daily and the logo being left-aligned in the sidebar header has been bugging me for a while. It looks off — especially
when you resize the sidebar and the wordmark just sits there hugging the left edge instead of sitting naturally in the center like
every other app does.

The logo link already has flex-1 on it, meaning it spans the full width of the header. The fix is literally just adding
justify-center so the T3 wordmark and "Code" label are centered within that space. No layout changes, no new elements, no side
effects — the sibling SidebarTrigger is outside the link and unaffected.

UI Changes

Before

before

After

after

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes

Note

Cursor Bugbot is generating a summary for commit 5810571. Configure here.

Add `justify-center` to the logo link so the T3 wordmark and "Code" label are
horizontally centered within the full-width flex-1 link, regardless of sidebar width.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 14, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: e9a8d5ef-b180-4cda-9637-938597826364

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added vouch:unvouched PR author is not yet trusted in the VOUCHED list. size:XS 0-9 changed lines (additions + deletions). labels May 14, 2026
@macroscopeapp
Copy link
Copy Markdown
Contributor

macroscopeapp Bot commented May 14, 2026

Approvability

Verdict: Approved

This is a CSS-only change adding justify-center to center the logo in the sidebar header. No runtime behavior is affected.

You can customize Macroscope's approvability policy. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS 0-9 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant